* configure.ac (HAVE_INOTIFY): Speed up configure-time test.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 10 Dec 2012 20:27:33 +0000 (12:27 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 10 Dec 2012 20:27:33 +0000 (12:27 -0800)
commitf19b3a95cbfdf4eeefe09b7b132fbc5c52106e09
treeae8999755bed0d281a7fc8fc4b4954d9a3a94dd5
parentef73c76aacdfa53c98143e4f10cc724308577dea
* configure.ac (HAVE_INOTIFY): Speed up configure-time test.

There's no need to test for any of three inotify functions,
since we use all three.  Check for just the first one.
ChangeLog
configure.ac